curl --request GET \
--url https://use.hoop.dev/api/localauth/login{
"message": "the error description"
}Generate a new access token to interact with the API that expires in 12 hours.
curl --request GET \
--url https://use.hoop.dev/api/localauth/login{
"message": "the error description"
}The access token generated after a successful login
OK
Was this page helpful?